Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps ndarray-npy from 0.9.1 to 0.10.0.

Changelog

Sourced from ndarray-npy's changelog.

0.10.0

Breaking Changes

  • Updated to ndarray 0.17.1.
  • Updated to zip 6.
  • Updated minimum Rust version to 1.84.
  • Changed the array parameter of NpzWriter::add_array from &ArrayBase<S, D> to T: WriteNpyExt + ?Sized to support the new ArrayRef type in ndarray 0.17.1.

New Features

  • Added new create_new_npy convenience function which uses File::create_new. (In contrast, the existing write_npy function uses File::create.)
  • Added NpzWriter::add_array_with_options, which overrides the options for that specific array.
  • Publicly exposed the npy module to provide access to header-related functionality in the npy::header module. In most cases, users do not need this functionality, but some users have requested access to it for specific use cases.
  • Implemented WriteNpyExt for the new ArrayRef type in ndarray 0.17.1.
  • Removed the implicit Sized bound from write_npy to support the new ArrayRef type in ndarray 0.17.1.
Commits
  • e403bc7 Release 0.10.0
  • 9397e88 Remove chat links from README
  • 7ef4921 Expose npy module (#98)
  • 7bcb52f Add release workflow for trusted publishing (#99)
  • dfb67d0 Remove unnecessary fully qualified path
  • f29717f Add create_npy_npy convenience function
  • b3def82 Introduce new Layout type for clarity (#96)
  • 76f9726 Allow different options per array in .npz (#94)
  • 8c59bd4 Merge pull request #95 from jturner314/ndarray-0.17
  • 51cbed9 Generalize NpzWriter::add_array to T: WriteNpyExt
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 15, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/ndarray-npy-0.10.0 branch 2 times, most recently from 1563d31 to f0d1eae Compare December 22, 2025 16:17
@dependabot dependabot bot force-pushed the dependabot/cargo/ndarray-npy-0.10.0 branch 4 times, most recently from ef822d4 to 84d4365 Compare January 12, 2026 09:00
Bumps [ndarray-npy](https://github.com/jturner314/ndarray-npy) from 0.9.1 to 0.10.0.
- [Changelog](https://github.com/jturner314/ndarray-npy/blob/master/RELEASES.md)
- [Commits](jturner314/ndarray-npy@v0.9.1...v0.10.0)

---
updated-dependencies:
- dependency-name: ndarray-npy
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/ndarray-npy-0.10.0 branch from 84d4365 to 72369c7 Compare January 14, 2026 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant